2007-10-08 Cody Russell <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650, Chris Lord)
svn path=/trunk/; revision=18892
+2007-10-08 Cody Russell <bratsche@gnome.org>
+ * docs/reference/gdk/tmpl/event_structs.sgml:
+ Fix a typo in GdkEventGrabBroken where it said
+ "@grab_window id NULL" and should say
+ "@grab_window is NULL". (#484650, Chris Lord)
+
2007-10-08 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
@implicit: %TRUE if the broken grab was implicit
@grab_window: If this event is caused by another grab in the same
application, @grab_window contains the new grab window. Otherwise
- @grab_window id %NULL.
+ @grab_window is %NULL.
@Since: 2.8
<!-- ##### ENUM GdkScrollDirection ##### -->